-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: Specify which collection to update in test framework #601
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #601 +/- ##
===========================================
- Coverage 56.37% 56.36% -0.01%
===========================================
Files 121 121
Lines 14303 14303
===========================================
- Hits 8063 8062 -1
- Misses 5542 5543 +1
Partials 698 698
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should only hit that line if searching for a field that don't exist, if the code cov changed there it will have been hit by a bad update. Ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh I get it now lol, this is why I saw the docKey (field index=0) had been replaced by the bad update's field value 😆 Nice spot Shahzad, I'll change that func in a new PR as that is not wonderful (should be a try-get at a glance, or at least a panic/error...). |
cid suggests a CID, which is not what this is
Makes the difference between documentIndex and collectionIndex more obvious
And only update that collection
4be092d
to
c24bb22
Compare
…work#601) * Rename collectionIndex cid suggests a CID, which is not what this is * Rename documentIndex Makes the difference between documentIndex and collectionIndex more obvious * Specify which collection to update in test framework And only update that collection
Relevant issue(s)
Resolves #572
Description
Specify which collection to update in test framework, and only update items from that collection.
Tasks